home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / pns52.zip / TRIM.DOC < prev    next >
Text File  |  1991-12-26  |  2KB  |  51 lines

  1.                                  TRIM.EXE
  2.  
  3.                               August 30, 1991
  4.  
  5.                                 Shad Muegge
  6.  
  7.                                  ____
  8.                        -------|\/ o  \------------------
  9.                           ____|    ,__| Association of
  10.                          /  o \/|____/  Babble Fish
  11.                         |__,    |____   Programmers
  12.                          \____|\/ o  \
  13.                               |    ,__| MEMBER
  14.                        -------|/\____/------------------
  15.  
  16.  
  17.         TRIM is a small little utility which I put together to help keep
  18. my capture and log files under control.  Bascally, TRIM can be used to keep
  19. a text file a specified size.  It does this by trimming off lines starting
  20. at the BEGINNING of the text file.  Because capture and log files have their
  21. latest information at the end of the file this works out great.
  22.  
  23.         TRIM is shareware, but it is free for people who register COMMOPNS.
  24. If you want to use TRIM, but not don't want to register COMMOPNS, then please
  25. send $5 US FUNDS to:
  26.  
  27.                 Shad Mugge
  28.                 P.O. BOX 4251
  29.                 Santa Rosa, Ca
  30.  
  31. OPERATION:
  32.  
  33.         TRIM <FILENAME> <SIZE>
  34.  
  35.         <FILENAME> - The text file to TRIM
  36.         <SIZE>     - The size to TRIM the text file to in K (Kilobytes).
  37.  
  38.         For Expample:
  39.                 TRIM COMMO.CAP 100
  40.         will TRIM COMMO.CAP down to 100k.
  41.  
  42. COMMO SETUP:
  43.  
  44.         Here is a usefull {COMMO} macro, I call this macro in all my
  45.         dial directory link macros, to keep my capture files down in size.
  46.  
  47.         {:TRIM}  {EXEC TRIM %_cap 100}
  48.                  {RETURN}
  49.  
  50. Cottleston!
  51.